# Each category has its own slot. A ruler may therefore equip a complete set of
# tack while vanilla's single weapon slot continues to limit personal weapons.

cr_mount_barding = {
	command_modifier = { speed = -0.01 defence = 0.05 }
	active = { is_adult = yes cr_has_equipped_usable_mount_trigger = yes }
	allowed_gift = { is_adult = yes }
	quality = 3
	flags = { cr_mount_equipment cr_mount_barding cr_mount_tier_3 }
	stacking = no
	picture = "GFX_cr_mount_barding"
	slot = cr_mount_barding
}

cr_mount_saddle = {
	command_modifier = { speed = 0.02 morale_offence = 0.01 }
	active = { is_adult = yes cr_has_equipped_usable_mount_trigger = yes }
	allowed_gift = { is_adult = yes }
	quality = 2
	flags = { cr_mount_equipment cr_mount_saddle cr_mount_tier_1 }
	stacking = no
	picture = "GFX_cr_mount_saddle"
	slot = cr_mount_saddle
}

cr_mount_bridle = {
	command_modifier = { retreat = 0.04 morale_defence = 0.01 }
	active = { is_adult = yes cr_has_equipped_usable_mount_trigger = yes }
	allowed_gift = { is_adult = yes }
	quality = 2
	flags = { cr_mount_equipment cr_mount_bridle cr_mount_tier_1 }
	stacking = no
	picture = "GFX_cr_mount_bridle"
	slot = cr_mount_bridle
}

cr_mount_horseshoes = {
	command_modifier = { speed = 0.02 }
	active = {
		is_adult = yes
		cr_has_equipped_usable_horse_trigger = yes
	}
	allowed_gift = { is_adult = yes }
	quality = 2
	flags = { cr_mount_equipment cr_mount_horseshoes cr_mount_tier_1 }
	stacking = no
	picture = "GFX_cr_mount_horseshoes"
	slot = cr_mount_horseshoes
}

cr_mount_caparison = {
	command_modifier = { morale_defence = 0.04 }
	active = { is_adult = yes cr_has_equipped_usable_mount_trigger = yes }
	allowed_gift = { is_adult = yes }
	quality = 2
	flags = { cr_mount_equipment cr_mount_caparison cr_mount_tier_2 }
	stacking = no
	picture = "GFX_cr_mount_caparison"
	slot = cr_mount_caparison
}

cr_mount_saddlebags = {
	command_modifier = { morale_defence = 0.02 retreat = 0.01 }
	active = { is_adult = yes cr_has_equipped_usable_mount_trigger = yes }
	allowed_gift = { is_adult = yes }
	quality = 2
	flags = { cr_mount_equipment cr_mount_baggage cr_mount_tier_1 }
	stacking = no
	picture = "GFX_cr_mount_saddlebags"
	slot = cr_mount_baggage
}

cr_mount_battle_standard = {
	command_modifier = { morale_offence = 0.025 morale_defence = 0.025 }
	active = { is_adult = yes cr_has_equipped_usable_mount_trigger = yes }
	allowed_gift = { is_adult = yes }
	quality = 3
	flags = { cr_mount_equipment cr_mount_battle_standard cr_mount_tier_4 }
	stacking = no
	picture = "GFX_cr_mount_battle_standard"
	slot = cr_mount_battle_standard
}
